home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Meeting Pearls 2
/
Meeting Pearls Vol. II (1995)(GTI - Schatztruhe)[!].iso
/
Pearls
/
dev
/
GUI
/
BGUI
/
dlib
/
newobject.c
< prev
next >
Wrap
C/C++ Source or Header
|
1994-09-29
|
256b
|
12 lines
#include <exec/types.h>
#include <utility/tagitem.h>
#include <libraries/bgui.h>
#include <proto/bgui.h>
#include <proto/intuition.h>
long BGUI_NewObject( ULONG num, Tag tag1, ... )
{
return( BGUI_NewObjectA( num, ( struct TagItem * )&tag1 ));
}